const runtime._SIG_IGN
8 uses
runtime (current package)
signal_unix.go#L40: _SIG_IGN uintptr = 1
signal_unix.go#L138: if fwdSig[i] != _SIG_DFL && fwdSig[i] != _SIG_IGN {
signal_unix.go#L140: } else if fwdSig[i] == _SIG_IGN {
signal_unix.go#L159: if atomic.Loaduintptr(&fwdSig[sig]) == _SIG_IGN {
signal_unix.go#L255: setsig(sig, _SIG_IGN)
signal_unix.go#L296: h = _SIG_IGN
signal_unix.go#L1059: if fwdFn == _SIG_IGN || (fwdFn == _SIG_DFL && flags&_SigIgn != 0) {
signal_unix.go#L1104: if fwdFn != _SIG_IGN {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)